DevForce Help Reference
RelatedEntityList<T> Constructor(IEnumerable)


For internal use only. Used during anonymous projections.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable _
)
'Usage
 
Dim collection As IEnumerable
 
Dim instance As New RelatedEntityList(Of T)(collection)
public RelatedEntityList<T>( 
   IEnumerable collection
)

Parameters

collection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RelatedEntityList<T> Class
RelatedEntityList<T> Members
Overload List

Send Feedback